namespace Toolkit.Foundation; public interface IKeyGenerator { byte[] Generate(int size); }