namespace TACO.Slots { using System; public class PushPull : Slot { public override string Name { get { return "Push/Pull Slot"; } } } }