using System.Web.Http; namespace Webclient.Controllers.Api { public class TokenApiController : ApiController { } }