Fetches an art crime with the given id.
id
Future<ArtCrime> fetchArtCrime(String id) async => await ArtCrimeService.fetchArtCrime(id);