using CoreWCF; namespace RankingServer { [ServiceContract] public interface IRankingService { [OperationContract] List RankingList(); } }