public async Task <IHttpActionResult> GetAdAsync(string id) { var result = await mongoDbContext.GetAdAsync(id); return(Ok(result)); }