4 lines
90 B
C#

namespace DHT.Server.Service;
sealed record ServerParameters(ushort Port, string Token);