using System; using System.IO; namespace sscs.common { public interface UserIdentifier { void PrintIdentifier(); int GetUID(); } }