namespace BlueWest.Cryptography { public interface ISessionHasher { /// /// Generates a token for the current session /// void GenerateSessionToken(); } }