using System.Collections.Generic; namespace isn.Data.ApiKeys { public class IndexModel { public List ApiKey { get; set; } } }