namespace library_spo_utils.Interfaces.Services; internal interface INonComplianceBuildService { public void CreateIfNotExists(string nonComplianceName); }