public static async Task <List <BBThread> > GetMessageThreads(int take, List <Types.ConvThreadCategory> categories, PegaUser currentUser, int officialCoinId = 0) { List <BBThread> threads = await CommunityRepository.GetBBThreads(take, categories, currentUser, officialCoinId); return(threads); }