public RadioButtonListViewComponent(IViewComponentDataRetrievalService <List <RadioButton>, Guid> viewComponentDataRetrievalService)
 {
     _viewComponentDataRetrievalService = viewComponentDataRetrievalService;
 }
 public CheckBoxListViewComponent(IViewComponentDataRetrievalService <List <CheckBox>, Guid> viewComponentDataRetrievalService)
 {
     _viewComponentDataRetrievalService = viewComponentDataRetrievalService;
 }