public async Task <IActionResult> GetFollowersAsync() { List <Follower> followers = await topicObj.GetFollowersAsync(); return(Ok(followers)); }