using System.Security.Hashing; namespace System.Security.Hashing; public interface ISha1HashingService : IHashingService { }