private void RawWrite(string command, string customMessage = null)
 => _output.WriteLine(!string.IsNullOrWhiteSpace(customMessage) ? string.Join(";", command, customMessage) : command);