public CustomRuntimeRegistration(CustomRuntimeManager customRuntimeManager, ICustomRuntime customRuntime) {
     _customRuntimeManager = customRuntimeManager;
     CustomRuntime = customRuntime;
 }
 public CustomRuntimeRegistration(CustomRuntimeManager customRuntimeManager, ICustomRuntime customRuntime)
 {
     _customRuntimeManager = customRuntimeManager;
     CustomRuntime         = customRuntime;
 }