public async Task <Role> RoleOfUserAsync(long userId)
 {
     return(await _userRepository.RoleOfUserAsync(userId));
 }