diff --git a/Esiur.Stores.MongoDB/Esiur.Stores.MongoDB.csproj b/Esiur.Stores.MongoDB/Esiur.Stores.MongoDB.csproj
index 3e5c8dc..1dfb42c 100644
--- a/Esiur.Stores.MongoDB/Esiur.Stores.MongoDB.csproj
+++ b/Esiur.Stores.MongoDB/Esiur.Stores.MongoDB.csproj
@@ -2,6 +2,15 @@
netstandard1.5
+ Ahmed Kh. Zamil
+ Esiur
+ Esiur MongoDB Store
+ MongoDB Store for Esiur Library
+ Ahmed Kh. Zamil
+ https://github.com/esiur/esiur-dotnet/blob/master/LICENSE
+ http://www.esiur.com
+ https://github.com/esiur/esiur-dotnet/
+ True
diff --git a/Esiur/Engine/AsyncBag.cs b/Esiur/Engine/AsyncBag.cs
index e7f5a87..6b10b1f 100644
--- a/Esiur/Engine/AsyncBag.cs
+++ b/Esiur/Engine/AsyncBag.cs
@@ -8,8 +8,6 @@ namespace Esiur.Engine
{
public class AsyncBag:AsyncReply
{
- //List replies = new List();
- //List results = new List();
Dictionary results = new Dictionary();
int count = 0;
bool sealedBag = false;
@@ -19,13 +17,6 @@ namespace Esiur.Engine
base.Then(new Action