public async Task CreateEntryAsync(InventoryEntry entry) { InventoryEntryValidator.Validate(entry); await inventoryRepository.CreateEntryAsync(entry); }