public async Task <bool> Delete(Guid UserId)
 {
     return(await profileManager.RemoveAsync(UserId));
 }