There are RFC standards for creating deterministic UUIDs, specifically v3 (MD5) and v5 (SHA-1). You need your own code for this (or a software library) since it doesn't come out of the box in .NET.
I created one such library that you could use. It's called DeterministicGuids and it's open source and licensed under MIT.