Whats wrong with the following c# code? Compiler reports this error:
Inconsistent accessibility: parameter type \'ClassLibrary1.Interface1\' is less accessible than
second solution is If your interface is not public then dont make your class public where you are making a handle of interface.