On SQL Server, when a Guid property is value-generated, we use the special SequentialGuidValueGenerator; but when a string property is value-generated, we fall back to the core ValueGeneratorSelector, ...