public async Task <User> GetUserByUid(Guid uid)
 {
     return(await _consultingRepository.GetUserByUid(uid));
 }