namespace MicroIoc { public interface IConfiguration { IConfiguration Configure(InjectedMemberBase injection); } }