IImagingProfileManager public interface IImagingProfileManager : IDisposable Documentation Task DeleteAsync(int imagingProfileId, int workspaceId) Task<ImagingProfile> ReadAsync(int imagingProfileId, int workspaceId) Task<int> SaveAsync(ImagingProfile imagingProfile, int workspaceId)