using System.Collections.Generic; namespace NzbDrone.Http { public class ApiInfoResource { public string Current { get; set; } public List Deprecated { get; set; } } }