diff --git a/src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj b/src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj
index 34233399..8099a315 100644
--- a/src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj
+++ b/src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj
@@ -56,7 +56,6 @@
-
diff --git a/src/Infrastructure/BotSharp.Core/Infrastructures/ConversationTimeoutService.cs b/src/Infrastructure/BotSharp.OpenAPI/BackgroundServices/ConversationTimeoutService.cs
similarity index 95%
rename from src/Infrastructure/BotSharp.Core/Infrastructures/ConversationTimeoutService.cs
rename to src/Infrastructure/BotSharp.OpenAPI/BackgroundServices/ConversationTimeoutService.cs
index 48b71bdd..d624846e 100644
--- a/src/Infrastructure/BotSharp.Core/Infrastructures/ConversationTimeoutService.cs
+++ b/src/Infrastructure/BotSharp.OpenAPI/BackgroundServices/ConversationTimeoutService.cs
@@ -1,7 +1,8 @@
+using BotSharp.Abstraction.Agents.Enums;
+using BotSharp.Abstraction.Conversations.Models;
using Microsoft.Extensions.Hosting;
-using System.Threading;
-namespace BotSharp.Core.Infrastructures
+namespace BotSharp.OpenAPI.BackgroundServices
{
public class ConversationTimeoutService : BackgroundService
{