void Awake()
 {
     modalViewService = new ModalViewService(ClosePanelVisibility);
     Answer           = new DispatchOnSet <int>();
 }