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