public void MethodA()
        {
            ISomeInterface me = (ISomeInterface)this;

            me.MethodB();
        }