The question was raised in #31 whether we can pull some of what's done in JSONAPI.EntityFramework.Http.ApiController into IMaterializer methods, and possibly collapse the two ApiControllers into one more general one, leaving the implementation specifics in IMaterializers. This probably makes sense because the existing EF ApiController verb methods are hard to reuse as is, and see also #35.