ISingleton<TSelf> public interface ISingleton<TSelf> where TSelf : ISingleton<TSelf> Represents singleton pattern. Documentation Code TSelf Instance { get; } Gets singleton value.