/// <summary> /// Disposes the object and returns the object to the pool manager. /// </summary> public void Dispose() { _poolManager.ReturnObject(this); }