public CollisionDetector(NotifyHitMethod notifyHitMethod)
 {
     _notifyHitMethod = notifyHitMethod;
 }
 public CollisionDetector(NotifyHitMethod notifyHitMethod)
 {
     _notifyHitMethod = notifyHitMethod;
 }