public static void Run() { var instance = new Sealed(); }
static void Main(string[] args) { Interface.Run(); Abstract.Run(); Sealed.Run(); }