public StreamingCollectionEndpointTest()
 {
     _endpoint = new StreamingCollectionEndpoint <MockEntity>(EntryEndpoint, "endpoint");
 }
 /// <summary>
 /// Creates a new REST streaming collection command.
 /// </summary>
 /// <param name="endpoint">The endpoint this command operates on.</param>
 public StreamingCollectionCommand(IStreamingCollectionEndpoint <TEntity, TElementEndpoint> endpoint)
     : base(endpoint)
 {
 }