namespace DrinkRateAPI.ApiModels.UserProfile; public class UserProfilePut : UserProfileSelfPut { /// /// Is user admin /// public bool? IsAdmin { get; set; } }