/// <summary>
 /// Generates code for the specified type.
 /// </summary>
 /// <param name="type">The type.</param>
 /// <returns>System.String.</returns>
 public string Generate(Type type) => Generate(type, TypeNameGeneratorOptions.Create(GeneratorMode));