namespace TestAutomation.Utils; public class Test { public string Name { get; set; } = "Name..."; public bool Result { get; set; } = true; public IList Messages { get; set; } = new List(); }