public class UsersAuthenticateCommand : IRequest { [Required] public string Username { get; set; } [Required] public string Password { get; set; } }