public static void Add(String workspacePath, ICollection <AutomationAsset> newAssets, String encryptionCertThumbprint)
 {
     LocalAssetsStore.Set(workspacePath, newAssets, true, encryptionCertThumbprint);
 }
 public static void Delete(String workspacePath, ICollection <AutomationAsset> assetsToDelete, String encryptionCertThumbprint, ICollection <ConnectionType> connectionTypes)
 {
     LocalAssetsStore.Set(workspacePath, assetsToDelete, false, encryptionCertThumbprint, connectionTypes);
 }