private void CheckKey(IKey key) { if (key == null) { return; } if (key.GetKeyID() == KeyId) { _doorReference?.UnlockDoor(); } }