public async Task <IActionResult> Callback([FromBody] SignInCallback callback) { await _contactsApiClient.Callback(callback); return(Ok()); }