public class User { public string Username { get; set; } public string Password { get; set; } public IEnumerable<string> Roles { get; set; } }