IEnumerable <IMappingEntry> IBaseGraphableMappingManager.GetCopiesOfMappingEntriesForMsg(MidiShapeShifter.Mss.MssMsg inputMsg)
 {
     return((IEnumerable <IMappingEntry>)GetCopiesOfMappingEntriesForMsg(inputMsg));
 }
 abstract public IEnumerable <MappingEntryType> GetCopiesOfMappingEntriesForMsg(MidiShapeShifter.Mss.MssMsg inputMsg);