public async Task GetLabelByIdAsync_Given_NullId_Should_ThrowExceptionAsync() { await _labelController.GetLabelByIdAsync(string.Empty); }