CreateRobotCommandResponse.cs 118 Bytes
namespace Rcs.Application.MessageBus.Responses;

public sealed record CreateRobotCommandResponse(string robotCode);