//Books public async Task <List <IBooks> > GetAllBooksAsync() { return(await Repository.GetAllBooksAsync()); }