using Microsoft.AspNetCore.Identity;
var ph = new PasswordHasher<object>();
System.Console.WriteLine(ph.HashPassword((object)null, "hola"));