public void RemoveOutput(Output output)
 {
     RemoveOutput((IntentOutput) output);
 }
 public void RemoveOutput(Output output)
 {
     RemoveOutput((IntentOutput)output);
 }
 public void AddOutput(Output output)
 {
     AddOutput((IntentOutput) output);
 }
 public void AddOutput(Output output)
 {
     AddOutput((IntentOutput)output);
 }