public override void Context()
 {
     attribute = new CommandForAttribute("bob","");
 }
 public override void Context()
 {
     attribute = new CommandForAttribute(CommandNameType.@new);
 }