public static IUserLogin Convert(SurrogateForIUserLogin value) { if (value == null) return null; return new UserLoginRef(value.Target); }