using System.Collections.Generic; namespace isn { public class APIKO { public string Context { get; set; } public Dictionary Errors { get; set; } } }