Method CreateChildWithUserAsync<TProps>(TreeRedbObject<TProps>, long, long?, bool)
protected virtual Task<long> CreateChildWithUserAsync<TProps>(TreeRedbObject<TProps> obj, long parentId, long? userId = null, bool checkPermissions = false) where TProps : class, new()