If I download big image via
self.session.dataTask(with: request, completionHandler: { [weak self] data, response, error}
image stored inside response. And I can catch crash. How can I use URLSession's method
func downloadTask(with request: URLRequest,
completionHandler: @escaping (URL?, URLResponse?, Error?) -> Void) -> URLSessionDownloadTask
to store image in file