public async Task Send(IPCPacket ipcPacket) { ipcPacket.Finish(); await serverStream.WriteAsync(ipcPacket.Data, 0, ipcPacket.Data.Length); }