namespace Syntriax.Modules.Factory { public interface IFactory { /// /// Initializes the /// public void Initialize(); /// /// Resets the /// public void Reset(); } }