public static IFormFunction GetFunction(string namespaceName, string name)
 {
     return(FunctionFactoryPluginFacade.GetFunction(namespaceName, name));
 }
 public object CreateProducer(IFormChannelIdentifier channel, string namespaceName, string name)
 {
     return(FunctionFactoryPluginFacade.GetFunction(namespaceName, name));
 }