public async Task <IActionResult> GetCurrentWalletAsync() => Ok(await ServerAccessor.GetWalletByTokenAsync(AuthOptions.Name, AuthOptions.Password));