private static bool FilterTypedStatic(Fish fish) { return(true); }
private bool FilterTypedNonStatic(Fish fish) { return(true); }