namespace Shared.Models.Online.KinoPub { public class Author { public int? id { get; set; } public string title { get; set; } } }