public bool IsProcessExists(Guid processId) { return(PersistenceProvider.IsProcessExists(processId)); }