namespace Oqtane.Modules { /// /// Empty interface used to decorate module services for auto registration as a transient /// public interface ITransientService { } }