I have logic in my model that I think would better be fit into a service class. It grabs a list of movies from an API. Ideally, I'd like this service class to do the same and seed the database. Currently, I call I have logic in my model that I think would bet