CreateRobotCommandResponse.cs 118 Bytes Edit Raw Blame History Permalink 1 2 3 namespace Rcs.Application.MessageBus.Responses; public sealed record CreateRobotCommandResponse(string robotCode);