public async Task LogAsync(string text)
 {
     await _pipe.WriteLine("LOG: " + text)
     .ConfigureAwait(false);
 }