private string GetEventBasedOnModel()
 {
     // analyze this._model
     return(_model.Analyze());
 }