public Options() { // Since we create this instance the parser will not overwrite it UploadVerb = new CreateTableCommand { }; WriteTableVerb = new WriteTableCommand { }; TestVerb = new TestCommand { }; }