public static string CallToUnconfiguredMethodOfStrictFake(IFakeObjectCall call) { var callFormatter = ServiceLocator.Resolve <IFakeObjectCallFormatter>(); return($"Call to unconfigured method of strict fake: {callFormatter.GetDescription(call)}."); }