public static bool IsEqualToResponseCode(this int value, ResponseCode target) { return(target.IsEqualToInt(value)); }