public virtual ScopeExecuteConfiguration GetExecuteConfiguration(string name) { Assert.ArgumentNotNullOrEmpty(name, "name"); ScopeExecuteConfiguration result = MediaFrameworkContext.GetScopeExecuteConfiguration(name); if (result == null) { LogHelper.Warn("Execute configuration could not be resolved. Name:" + name, this); } return(result); }