public async Task <SchedulingVO> FindByIdAsync(int id) { return(_converter.Parse(await _repository.FindByIdAsync(id))); }