public async Task <Models.UserProfile> Get(string UserId)
 {
     return(await profileManager.GetUserAsync(UserId));
 }