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