in src/Google.Cloud.Functions.Framework/GcfEvents/Request.cs [69:77]
public void NormalizeContext()
{
Context ??= new Context();
Context.Resource ??= new Resource();
Context.Resource.Name ??= Resource;
Context.Id ??= EventId;
Context.Timestamp ??= Timestamp;
Context.Type ??= EventType;
}