Standalone service
So I have ran into a few cases where I need a service to do something, but I dont exactly have a specific thing it should be attached too. For example, I want to display a table of all equipment. I have 3 types of equipment, all with different thing templates because they are drastically different. Which one gets the service? Or should I create an arbitrary service thing and just call it to my mashup? I just want to do the best practice, not something that just works

