namespace audit_logs.Services.Interfaces; public interface IDeepCopyService { Task DeepCopyAsync(T source); }