public async Task <bool> ExistsAsync(int residentialId, int houseId)
 {
     return(await _repository.ExistsAsync(residentialId, houseId));
 }