namespace WindreamHub.Legacy.Client.Models.Authentication { public class ErrorItem { public int Entity { get; set; } public int Id { get; set; } public string Location { get; set; } public string Name { get; set; } } }