public void GetSampledRate_NotSet() { var cloudEvent = new CloudEvent(); Assert.Null(cloudEvent.GetSampledRate()); }