public virtual static TSelf operator +(TSelf left, TSelf right) => TSelf.Create(left.Value + right.Value);