namespace PepperDash.Essentials.Core { /// /// Defines a class that is capable of loading device types /// public interface IDeviceFactory { /// /// Loads all the types to the DeviceFactory /// void LoadTypeFactories(); } }