using System; using System.Collections.Generic; namespace IntegrationTests.Models { public partial class SystemSetting { public System.Guid Id { get; set; } public int Type { get; set; } public string Value { get; set; } } }