/// <summary>
 /// Initializes a new instance of the <see cref="CafeSectionFields" /> class with the specified content item of type CafeSection.
 /// </summary>
 /// <param name="instance">The content item of type CafeSection that is a target of the extended API.</param>
 public CafeSectionFields(CafeSection instance)
 {
     mInstance = instance;
 }