public async Task <int?> InsertAsync <TEntity>(TEntity param) where TEntity : class, new() { return(await _ormProvider.InsertAsync(param)); }