private void StartSyncing(PlayingSound sound)
 {
     SyncBasis = sound.Source;
     sound.Play();
 }