public static string GetRowItems(IGallerySettings that) => that.Value <string>("rowItems");
public static bool GetNoSpacing(IGallerySettings that) => that.Value <bool>("noSpacing");