public UserService(IGoodreadsCloneContext context)
 {
     _context = context;
 }
 public BookService(IGoodreadsCloneContext context)
 {
     _context = context;
 }
 public ReviewService(IGoodreadsCloneContext context)
 {
     _context = context;
 }