public static int DoCore<TSomeInterface>(this TSomeInterface x, int i) where TSomeInterface: ISomeInterface => x.Do(i);