public virtual void WireFormatSelector()
        {
            var selection =
                Services.GetAll <ILiaraFormatSelector>().OrderByDescending(x => x.Priority).FirstOrDefault() ??
                new LiaraFormatSelector();

            formatSelector       = selection;
            isFormatSelctorWired = true;
        }
        public virtual void WireFormatSelector()
        {
            var selection =
                Services.GetAll<ILiaraFormatSelector>().OrderByDescending(x => x.Priority).FirstOrDefault() ??
                new LiaraFormatSelector();

            formatSelector = selection;
            isFormatSelctorWired = true;
        }