A service class is a class that is only used internally by the server. In other words, you
don't want to make this class available in any way to your server's clients, either
as an externally creatable class or as a dependent class.
If you set the class's Instancing property to Private, no applications outside your server
can see this class or instantiate objects from it.