namespace D2D.Utilities { /// /// All objects of this type can be created by hand or dynamically when needed. /// Also ILazyCreating must exists only in ONE instance (like singleton). /// public interface ILazy { } }