public static IPublishedContent GetSelectedAuthor(IAuthorBase that) => that.Value <IPublishedContent>("selectedAuthor");
 public static string GetAuthor(IAuthorBase that) => that.Value <string>("author");