public ArgumentAwareWrapperSmartTabCompletionSource(CommandLineArgumentsDefinition definition, CommandLineArgument target, ISmartTabCompletionSource toWrap)
 {
     this.Target        = target;
     this.Definition    = definition;
     this.WrappedSource = toWrap;
 }
 public ArgumentAwareWrapperSmartTabCompletionSource(CommandLineArgumentsDefinition definition, CommandLineArgument target, ISmartTabCompletionSource toWrap)
 {
     this.Target = target;
     this.Definition = definition;
     this.WrappedSource = toWrap;
 }