using System; using System.Threading.Tasks; namespace LANCommander.SDK.Rpc; public partial class RpcClient { public async Task Log_ConsoleOutputAsync(Guid sessionId, string content) { throw new NotImplementedException(); } }