public async Task <ActionResult <IEnumerable <Kitap> > > GetAll() { return(await _kitapService.GetAllKitap()); }