static void Main(string[] args)
        {
            MyImplementation MyInstance = new MyImplementation();

            MyInstance.FDef();
        }