public UserImageGenerator(
     ServiceLocation serviceLocation,
     UserManager <T> userManager)
 {
     _serviceLocation = serviceLocation;
     _userManager     = userManager;
 }
 public UrlConverter(ServiceLocation serviceLocation)
 {
     _serviceLocation = serviceLocation;
 }