private void OnEnable()
 {
     matchesStore.ListenMatch(matchId.Value);
     MatchesStore.OnMatchUpdated += HandleMatchUpdated;
 }