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