Hi, thanks for the handy library. I think it would be rather nice to have `Parse` method to do ```csharp UserId.Parse("some guid") ``` instead of ```csharp new UserId(Guid.Parse("some guid")) ``` And I'd like to also see `TryParse` to make my parsing safer.