public virtual void ExecuteRefreshSummaryPlayersList(RefreshSummaryPlayersListCommand command)
 {
     command.Sender = CoreGameRoot;
     CoreGameRoot.RefreshSummaryPlayersList.OnNext(command);
 }
 public virtual void RefreshSummaryPlayersListHandler(RefreshSummaryPlayersListCommand command)
 {
     this.RefreshSummaryPlayersList(command.Sender as CoreGameRootViewModel);
 }