public void SyncServerTime() { using (CommonServiceClient client = SoapClientFactory.CreateCommonServiceClient()) { client.SyncServerTime(); } }