using System.Reflection; namespace DS.Module.Core.Reflection; public interface IAssemblyFinder : IFinder { }