diff --git a/GBase/GBaseEntry.cs b/GBase/GBaseEntry.cs
index d096e69..0cbab3b 100644
--- a/GBase/GBaseEntry.cs
+++ b/GBase/GBaseEntry.cs
@@ -2,6 +2,7 @@
// Created: 2020-01-27
// Copyright(c) 2020 SimonG. All Rights Reserved.
+using System;
using System.Threading.Tasks;
using GBase.Interfaces;
@@ -20,6 +21,10 @@ namespace GBase
}
+ ///
+ /// The method
+ ///
+ /// A to await
public async ValueTask DisposeAsync()
{