namespace MareSynchronosShared.Authentication; public record SecretKeyAuthReply(bool Success, string? Uid);