public string GetDeadZone(string device, string action)
 {
     if (IsDead())
     {
         throw new Exceptions.SimObjectPointerInvalidException();
     }
     return(Marshal.PtrToStringAnsi(InternalUnsafeMethods.ActionMapGetDeadZone(ObjectPtr->ObjPtr, device, action)));
 }