namespace Mango.Nop.Services;
public interface IMgLockService
{
SemaphoreSlim SemaphoreSlim { get; }
}