public async Task <int> GetUsersCount()
 {
     return(await _userDBService.GetUsersCount());
 }