using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Text; namespace BotSharp.RestApi.Integrations { [Route("v1/[controller]/[action]")] public class TwitterController : ControllerBase { } }