/// <summary> /// Initializes static members of the <see cref="CreateInterfaceTask"/> class. /// </summary> static CreateInterfaceTask() { _generator = new ProxyGenerator(); var hook = new CreateInterfaceProxyHook(); _options = new ProxyGenerationOptions(hook); }