public async Task <ApiResult <List <Image> > > Random() { return(await _dogService.GetRandomDog()); }