namespace Modules.User.Domain.Gateways; public interface IPasswordGateway { public string HashPassword(string password); }