public static bool TryParse(string s, out @TSvo result) => TryParse(s, null, out result);
partial void OnReadXml(@TSvo other);