namespace BGC.Common.Catalog.Models
{
public class Author
public long Id { get; set; }
public string? FirstName { get; set; }
public string? LastName { get; set; }
}