public Key(Point location, Texture2D texture, Doorway door) : base(location, texture) { this.door = door; this.Initialize(); }