namespace DotBased.AspNet.Authority.Crypto; public interface IPasswordHasher { public Task HashPasswordAsync(string password); }