❔ check if string is valid guid without guid.TryParse
as in title, i would like to avoid conditions like
if (!Guid.TryParse(string, out var _)), instead i want something like if (!Guid.IsValid(string))