* @param key - unique delegate key
* @param errorHandlingSettings the error handling settings
* @return the delegate configuration
*/
public static DelegateConfiguration createPrimitiveDelegateConfiguration(String key, ErrorHandlingSettings ...errorHandlingSettings) {
return new ColocatedDelegateConfigurationImpl(key, new DelegateConfigurationImpl[0], errorHandlingSettings);
}