namespace Foxchat.Core.Models; public record HelloRequest(string Host); public record HelloResponse(string PublicKey, string Host); public record NodeInfo(string Software, string PublicKey); public record NodeSoftware(string Name, string? Version);