namespace Bit.App.Abstractions { public interface IPasswordGenerationService { string GeneratePassword(); } }