public string ConfigureInstance([PossibleTypes(typeof(ProductInstance))] string instanceType)
 {
     return(Configurator.ConfigureInstance(instanceType));
 }