uptime(time: number, unit: TimeUnit = TimeUnit.SECOND): this {
        this.beacon.uptime = new UnitValue(time, unit);
        return this;
    }