public void should_return_selectboxpickerdto()
 {
     _result.ShouldNotBeNull();
     _result.GetType().ShouldEqual(typeof(SelectBoxPickerDto));
 }