namespace MxGateway.Server.Security.Authentication; public interface IApiKeySecretHasher { byte[] HashSecret(string secret); }