public Option <Vector3> ToOption() => RustOption.ToOption(IsSome, Value);
public Option <int> ToOption() => RustOption.ToOption(IsSome, Value);