Inheritance: Rhino.Commands.Command
 public TestSaveDebugImagesToggle()
 {
     if (_instance == null)
     {
         _instance = this;
     }
 }
 public TestSaveDebugImagesToggle()
 {
     if(_instance==null) _instance = this;
 }