namespace DealerSelection.Api.Models { public class AuthModel { public string Role { get; set; } public string ClientId { get; set; } public string SecretId { get; set; } public string KeyName { get; set; } public int BuId { get; set; } } }