This is an interface class for all Service class to implement.
For example, the module OFMFirewall implements
IFirewallService,
which is a sub-interface of IService.
As this interface is mainly used to placeholder, it does not have
any public member functions, and it is considered natural.