public void Init_IsPosSetToFirstPosWhenInitialized()
 {
     Assert.AreEqual(bird.GetBirdPos(), BirdManager._instance.GetBirdFirstPos());
 }