public async Task <Scheduling> InsertAsync(SchedulingVO entity) { return(await _repository.InsertAsync(_converter.Parse(entity))); }