in functions/image-analysis/csharp/Startup.cs [34:39]
public override void ConfigureServices(WebHostBuilderContext context, IServiceCollection services)
{
services.AddSingleton(ImageAnnotatorClient.Create());
var projectId = GetEnvironmentVariable("PROJECT_ID");
services.AddSingleton(FirestoreDb.Create(projectId));
}