public void Init(string IniPath)
 {
     _IniPath = IniPath;
     CeBackupServerException.RaiseIfNotSucceeded(InternalCAPI.Restore_Init(_IniPath));
 }