/// <exception cref="System.Exception"/>
        public static void Main(string[] args)
        {
            TestApplicationCleanup t = new TestApplicationCleanup();

            t.TestAppCleanup();
        }
 public _MockRM_167(TestApplicationCleanup _enclosing, DrainDispatcher dispatcher)
 {
     this._enclosing = _enclosing;
     this.dispatcher = dispatcher;
 }