/// <inheritdoc cref="IServerConnection"/> public void SendString(string str) { Client.SendLine(EscapeChars(str) + CommandDelimiter); }