public static bool IsEmpty(IOnItemLongClickListenerImplementor value)
 {
     return(value.Handler == null);
 }
 public static bool IsEmpty(IOnItemLongClickListenerImplementor value)
 {
     return value.Handler == null;
 }