public void SetUp()
 {
     containingObject = new GameObject();
     subject          = containingObject.AddComponent <FollowModifier>();
 }