I have a ASP.NET Core project with only Controllers (WebAPI). I realized that Microsoft Bot is only a middleware for an ASP.NET server, it is even defined in the WebHost startup methods.
Can I take an existing project and add to it the middleware of the bot? Will it retain the ability to access endpoints directly using REST?