public ActionResult <string> Get(string tenant) { var services = _helloWorldProvider.GetInstance(tenant); return(services.SayHello()); }