using System.Collections.Generic; namespace Prise { public class RuntimeInfo { public IEnumerable Runtimes { get; set; } } }