The following constructor is not public: ``` internal NamedPipeServer(string pipeName, NamedPipeServerOptions options, Action<string> log) ``` Shouldn't it be public we so can register a custom `Action<string>` for logging?