public DSClient(int appid, string endPointConfigurationName) { application_Id = appid; client = new DataServiceClient(endPointConfigurationName); }