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