diff --git a/Constants/XTermsAndConditionsServiceConstants.cs b/Constants/XTermsAndConditionsServiceConstants.cs
new file mode 100644
index 0000000..5b767e9
--- /dev/null
+++ b/Constants/XTermsAndConditionsServiceConstants.cs
@@ -0,0 +1,24 @@
+namespace xTermsAndConditionsService.Constants
+{
+ public struct XTermsAndConditionsServiceConstants
+ {
+ //
+ // Service Extensions Log Tag ...
+ public const string XTermsAndConditionsServiceDILogTag = "XTermsAndConditionsService";
+
+ //
+ // Table Mapping Identifiers ...
+
+ //
+ // GraphQL Collection Mappings ...
+
+ //
+ // Hubs ...
+
+ //
+ // Custome Constants ...
+
+ //
+ // EF Repositories Helper Extensions ...
+ }
+}
\ No newline at end of file
diff --git a/DI/XDIHelperExtension.cs b/DI/XDIHelperExtension.cs
index 7fa73df..8c382d9 100644
--- a/DI/XDIHelperExtension.cs
+++ b/DI/XDIHelperExtension.cs
@@ -214,7 +214,7 @@ namespace xTermsAndConditionsService.DI
///
/// a LogTag for Service ...
///
- private static string XLogTag = "XTermsAndConditionsService";
+ private static string XLogTag = XTermsAndConditionsServiceConstants.XTermsAndConditionsServiceDILogTag;
///
/// print a log in Console ...