public async Task <FarmResult> FindAsync(IdRequestFilter <long> filter) { var exist = await _farmRepository.FindAsync(filter); return(exist); }