public async Task <IActionResult> GetLineImageByUserId(string userId, int width, int height) { return(await MySqlConnector.GetLineImageByUserId(userId, width, height)); }