public get to (): Option<Hash> {
    return this.message.get('to') as Option<Hash>;
  }