public static void AsynchLogUserRegistration(Guid?userId, string ip)
 {
     _current.AsynchLogUserRegistration(userId, ip);
 }