using System.Collections.Generic; namespace Yavsc.Models.Calendar { public class Availability: List { } }