public async Task <ActionResult <Profile> > Profile() { var profile = await _torrents.GetProfile(); return(Ok(profile)); }