Instance Method
process(_:completion:)
Processes the given documentation service message and calls the completion closure with the result as a message.
func process(_ message: DocumentationServer.Message, completion: @escaping (DocumentationServer.Message) -> ())