diff --git a/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs b/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs
index 3cc1e90..35f99be 100644
--- a/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs
+++ b/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs
@@ -16,14 +16,6 @@ namespace Core.Thalos.BuildingBlocks
[CollectionAttributeName("Users")]
public class UserAdapter : Document
{
- ///
- /// Gets or sets the guid of the user.
- ///
- [BsonElement("guid")]
- [BsonRepresentation(BsonType.String)]
- [JsonPropertyName("guid")]
- public string? Guid { get; set; }
-
///
/// Gets or sets the email address of the user.
///