namespace Application.Services.HashingAlgorithms; public interface IHashingAlgorithms { string? Sha256Algorithm(string? password); }