using System; using System.Collections.Generic; using System.Text; namespace Pole.Sagas.Core { class Saga : ISaga { private System.Collections.Concurrent.ConcurrentQueue<> public void AddActivity(IActivity activity) { throw new NotImplementedException(); } } }