private void Player_SeekCompleted(object player, EventArgs args)
 {
     SeekCompleted.IfNotNull(i => i(this, null));
 }