public void EnableDisableReceptor(string typeName, bool state)
 {
     runner.EnableDisableReceptor(typeName, state);
 }