public async Task <Chapter> Create([FromQuery] ChapterModel chapterModel) { return(await _chapterService.Create(chapterModel)); }