public async Task <Check> GetAsync(int id) { var data = await _checkRepository.GetCheckByIdAsync(id); return(data.First()); }