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