/// <summary>
 /// Get the name of the passed in property reformatted to match what the schema will
 /// create.
 /// </summary>
 /// <param name="memberInfo">The member info to get the name from.</param>
 /// <returns>The name of the property reformatted to match the schema.</returns>
 public String GetPropertyName(MemberInfo memberInfo)
 {
     return(generator.GetPropertyName(DummyProperty, memberInfo));
 }