public async Task <int> Send(OSCPacket packet, string hostname, int port) { return(await udpClient.SendAsync(packet.Bytes, packet.Bytes.Length, hostname, port)); }