void RunClass(MemberInfo member, Assembly assembly)
        {
            Type type    = member.AsType();
            var  context = _explorer.FindContexts(type);

            if (context == null)
            {
                return;
            }

            StartRun(CreateMap(assembly, new[] { context }));
        }
        void RunClass(MemberInfo member, Assembly assembly)
        {
            Type type = member.AsType();
            var context = _explorer.FindContexts(type);

            if (context == null)
            {
                return;
            }

            StartRun(CreateMap(assembly, new[] { context }));
        }