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