void IGrabSystem.BeginGrab(IGrabber grabber, IGrabbable grabbable) { grabber.Grab(grabbable); grabbable.Begin(grabber); }