public void CastEmptySource() { EmptyData.Cast <string>().AssertEmpty(); }
public void CastEmptySource() { EmptyData.Cast <object>().AssertEmpty(); }