namespace MalwareMultiScan.Api.Data.Configuration { public class ScanBackend { public string Id { get; set; } public bool Enabled { get; set; } } }