public SimulationInformationService()
        {
            Log.Info("Created Service Instance of SimulationInformationService");

            client = OperationContext.Current.GetCallbackChannel<ISimulationInformationClient>();
        }
        public SimulationInformationService()
        {
            Log.Info("Created Service Instance of SimulationInformationService");

            client = OperationContext.Current.GetCallbackChannel <ISimulationInformationClient>();
        }