Result<Prefix, String> add_prefix(Prefix other) { return this.from(this.get_prefix() + other.get_prefix()); }