| 
        public interface IChannelDataStore
       | 
| ChannelUris | Read-only Gets an array of channel URIs to which the current channel maps. | 
| Item | Read-write Gets or sets the data object associated with the specified key for the implementing channel. | 
| 
            string[] ChannelUris {get;}
           | 
| 
            object this[object key] {get; set;}
           | 
key