public HistoryEntryChangeListAdapter([NotNull] IHistoryPresenter presenter, [NotNull] string revisionId, [NotNull] IList <IChangeEntry> list)
 {
     m_Presenter  = presenter;
     m_RevisionId = revisionId;
     m_List       = list;
 }
 public ShowHistoryCommand(IHistoryPresenter historyPresenter)
 {
     _historyPresenter = historyPresenter;
 }