public static string GetBooksReleasedBefore(BookShopContext context, string date) { return(Task6.GetResult(context, date)); }