returnBadRequest($"Cannot set quota to {updateProjectQuotaObject.Allocated}. In combination with the other quotas ({projectQuotaForAll-projectQuotaForCurrent.Quota}), it would exceed the limit of {_maxAvailable}");
returnBadRequest($"Cannot set quota to {updateProjectQuotaObject.Allocated}. It would exceed the limit of {_maxAvailable}");