using System; namespace PckStudio.Core.IO.Java { interface IVersion : IEquatable { string ToString(string seperator); } }