using System.Collections.Generic; namespace Logging { public interface ISerializable { KeyValuePair<long, string[]> Serialize(); } }