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