private static string GetApiControllerName(string grainName)
 {
     return(NamingUtils.FormatName(grainName, 'I', "Controller"));
 }