using System.Reflection; namespace Model { public interface IAssemblyLoader { void Load(Assembly assembly); } }