using System.Collections.Generic; namespace Implant.Models { public class ImplantTaskData { public static readonly List _opts = new List(); } }