public class Program
{
public static void Main()
Method("stringValue", new object());
}
public static void Method<T>(T a, T b)
// Set a = b
// a.Trim() *boom*