public northTo(origin: Room, target: Room = null, message: string = null): RoomLink {
    return this.navTo(origin, 'north', target, message);
  }