private void btnLockOpen_Click(object sender, EventArgs e)
 {
     SafeInvoke(() => DoorControlClient.LockOpenDoor(_door.token));
 }