using System.Collections; namespace JungleDB { public interface ChangeListWriter { Result write (ChangeList operations); } }