public void DiffuseContent(string path) { this.Check(); lock (_lockObject) { _networkManager.Diffuse(path); } }