Converts a GUID to a lowercase string with no dashes.
public static string ToLowerNoDashString(this Guid guid)
The GUID as a lowercase string with no dashes.