public async Task Pay(string amount = null, [Remainder] string username = null) { await publicService.PayAsync(Context, amount, username); }