namespace ContactManagementAPI.Services { public static class SessionKeys { public const string UserId = "UserId"; } }