namespace Oqtane.Interfaces { public interface IService { // empty interface used to decorate module services for auto registration } }