public Task <long> GetUserCount()
 {
     return(_testAppService.GetUserCount());
 }