// See https://aka.ms/new-console-template for more information
using SingletonPattern;
var singleton = Singleton.Instance;
singleton.SomeMethod();