public async Task <IHttpActionResult> Get() { var results = await _pictureManager.Get(); return(Ok(new { pictures = results })); }