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