/// <summary>Disposes request items that needs disposing. This method should be called at the end of each request.</summary> public void Close() { CurrentContext.Close(); }