public FluentLifestyleOptions(NormalRegistrationCommand command, FluentImplementorOptions <T> parentOptions)
 {
     this.command       = command;
     this.parentOptions = parentOptions;
 }
 public FluentParameterOptions(NormalRegistrationCommand command, FluentImplementorOptions <T> parentOptions, string parameterName)
 {
     this.command       = command;
     this.parentOptions = parentOptions;
     this.parameterName = parameterName;
 }