public async Task <IHttpActionResult> Post(int bId, string uId) { await repo.Posts(bId, uId); return(Ok()); }